*/
#define GTK_STYLE_CLASS_READ_ONLY "read-only"
-/*
+/**
* GTK_STYLE_CLASS_OVERSHOOT:
* A CSS class that is added on the visual hints that happen
* when scrolling is attempted past the limits of a scrollable
*/
#define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
-/*
+/**
* GTK_STYLE_CLASS_UNDERSHOOT:
* A CSS class that is added on the visual hints that happen
* where content is 'scrolled off' and can be made visible
*/
#define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
-/*
+/**
* GTK_STYLE_CLASS_PAPER:
* A CSS class that is added to areas that should look like paper.
*